home *** CD-ROM | disk | FTP | other *** search
/ Boss Hog: Whiteout / Boss Hog: Whiteout.iso / lingo.ini < prev    next >
Text File  |  1999-11-09  |  182b  |  10 lines

  1.  
  2. on startUp
  3.   global myFirstMovie, pathSep
  4.   if the platform contains "Windows" then 
  5.     pathSep="\"
  6.   else 
  7.     pathSep=":"
  8.   end if
  9.   myFirstMovie="data" & pathSep & "main"
  10. end